home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.borningarea))
- {
- status = 1;
- _root.nowbb = _root.nowbb + 1;
- _root.testvar = "上了獲!";
- if(face.face == 2)
- {
- thiseggface = 4;
- }
- else
- {
- thiseggface = random(4);
- }
- gotoAndStop("borning1");
- smoke.play();
- }
- else if(this._y < 160)
- {
- _root.nowmeat--;
- _root.notgood.gotoAndPlay(1);
- removeMovieClip(this);
- if(_root.nowmeat == 0 and _root.nowmix > _root.mix)
- {
- _root.nowmix = 0;
- _root.nowbb = 0;
- _root.testvar = "下一級";
- _root.gotoAndStop("next");
- }
- else if(_root.nowmeat == 0 and _root.nowmix < _root.mix)
- {
- _root.gotoAndStop("end");
- _root.endmessage = "客人被氣得走了!";
- }
- }
- else
- {
- gotoAndStop("new");
- }
-